home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Headers
/
mach
/
i386
/
time_stamp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-15
|
367 b
|
19 lines
/*
* Copyright (c) 1988 NeXT, Inc.
*/
/*
* The NeXT timestamp implementation uses the hardware supported
* microsecond counter.
*
* The format of the timestamp structure is:
*
* low_val - microseconds.
* high_val - Always zero.
*/
#ifndef _MACH_I386_TIME_STAMP_
#define _I386_TIME_STAMP_
#define TS_FORMAT TS_FORMAT_NeXT
#endif _MACH_I386_TIME_STAMP_